home *** CD-ROM | disk | FTP | other *** search
/ One Stop CD-SHOP - The 50 Pack / One Stop CD-Shop - The 50 Pack (1995)(SoftKey)[compilation].iso / programs / inn / cawdor / install.scr < prev    next >
Text File  |  1995-11-02  |  1KB  |  60 lines

  1. echo Setting up the directory for "The Ruins of Cawdor"
  2. if not exist %1:%6\tsn.prg goto NoINN
  3. godir %1:%6\CAWDOR CantCawdor
  4. copy %2:bootdisk.exe .. /q
  5. godir %1:%6\CAWDOR\SAVE CantCawdor
  6. echo Saving any existing character data files to %1:%6\CAWDOR\SAVE...
  7. copy ..\cawchar.dat /q
  8. copy ..\automaps.dat /q
  9. godir %1:%6\CAWDOR CantCawdor
  10. del *.*
  11.  
  12. rem Is there space?
  13. space %1: 4000 NoSpace
  14. if errorlevel 1 goto NoSpace
  15.  
  16. echo Copying Cawdor Files...
  17. defuse %2 %1 part %6\CAWDOR
  18.  
  19. echo UnCompressing "The Ruins of Cawdor"
  20. puff /D _*.*
  21. copy save\*.dat /q
  22. copy cawdor.doc ..
  23. %2:doclst ..\DOC.LST Cawdor.doc
  24. rem echo Cawdor.doc>>..\doc.lst
  25.  
  26. copy %2:\CawPatch\*.* /q
  27. if exist _*.* puff /D _*.*
  28.  
  29. godir %1:%6
  30. rem copy %2:caw.prg
  31. rem copy %2:tsnprg.exe
  32. %2:tsnprg -A tsn.prg Cawdor %2:caw.prg > NUL
  33. %2:tsnprg -A tsn.prg Cawda %2:caw.prg > NUL
  34.  
  35. cls
  36. echo Installation complete.
  37. echo 
  38. echo 
  39. echo Type "cd %6"
  40. echo      "INN"
  41. echo   to run The ImagiNation Network
  42. echo 
  43. end
  44.  
  45. :NoSpace
  46. cls
  47. echo There is not enough space on %1: to install Cawdor
  48. echo 4.0 Megabytes are required. Delete some unused files.
  49. pause
  50. end
  51.  
  52. :NoINN
  53. Alert Unable to find an existing INN installation at %1:%6
  54. cls
  55. end
  56.  
  57. :CantCawdor
  58. Alert Unable to create %1:%6\CAWDOR
  59. end
  60.